tools: require coreutils to build util-linux
authorMichael Pratt <[email protected]>
Fri, 27 Sep 2024 04:20:38 +0000 (00:20 -0400)
committerRobert Marko <[email protected]>
Sat, 26 Jul 2025 12:38:08 +0000 (14:38 +0200)
commit7a8fd735489e6d02ecccfe63ffdf7c3694ee8dbc
tree1a0f5f5f6155b593551eed3a4f0a6085e1c425c5
parent405652469fc4d8bd589031c39693434be52d39e7
tools: require coreutils to build util-linux

The install stage of util-linux uses the install utility
with GNU options which is provided to macOS by coreutils.

Before, Make coincidentally built them in the right order,
this makes the prerequisite explicit.

Tested-by: Georgi Valkov <[email protected]> # macOS
Signed-off-by: Michael Pratt <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <[email protected]>
tools/Makefile